OnSave

Property

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fires when an entity is successfully saved.

Syntax

public EventHandler<Entity<TKey, TValue>> OnSave { public get; public set; }

Back to index